home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 1997 February / macpower199702.bin / AMUG / Programming_7 / Instant Subclass dist 1.1.3.sit / Instant Subclass dist 1.1.3 / Source Generation Templates / Apple.rsrc / TEXT_129_MethodDeclaration.txt < prev   
Encoding:
Text File  |  1996-06-27  |  126 b   |  15 lines

  1. //
  2. //    <MethodName>
  3. //    
  4. //    Inputs:        
  5. //    Outputs:    
  6. //    Exceptions:    
  7. //
  8.  
  9. <ReturnType>
  10. <ClassName>::<MethodName><Arguments>
  11. {
  12.     
  13. }
  14.  
  15.